h1.title-one {
        font-family: "SourceSansPro-Bold";
        color: #000;
}
h2.title-two {
    font-family: "SourceSansPro-Bold";
    color: #0B2265 !important;
    margin-top: 1rem;

}
img.img-two {
    max-width: 100%;
    border-radius: 16px;
}
p.text-block {
    color: #474C5E !important;
    font-family: "SourceSansPro-Regular";
    font-size: 1.13rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "SourceSansPro-Regular";
    color: #474C5E;
    font-size: 1.13rem;
}
.h2, h2 {
    font-size: 2rem;
    font-family: "SourceSansPro-Bold";
    color: #0B2265 !important;
}
img.img-three {
    margin-bottom: 3rem;
}
img.rs-img-seven {
    width: 100%;
}
h1.title-one {
    color: #0B2265 !important;
    margin-top: 2rem;
}
h2.title-two {
    color: rgb(11, 34, 101) !important;
}
h2.title-three {
    color: rgb(11, 34, 101) !important;
}
h2.title-four {
    color: rgb(11, 34, 101) !important;
    margin-top:1rem;
}
h2.title-five {
    color: #0b2265;
    margin-top:.5rem;

}
a.btn.btn-primary.get-in-touch {
    margin-top: 0rem;
}
img.img-one {
    width: 157%;
    margin-left: -21rem;
}
@media (min-width: 1025px) and (max-width: 1440px) {
    img.img-one {
        width: 100%;
        margin-left: 0;
    }
}
@media (width <= 1024px) {
    img.img-one {
        width: 100%;
        margin-left: 0;
    }

img.img-three {
    margin-bottom: 3rem;
    max-width: 100%;
}
img.img-four {
    max-width: 100%;
}
}